x86/shadow: Cleanup of vcpu handling
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 7 Feb 2015 16:01:13 +0000 (16:01 +0000)
committerTim Deegan <tim@xen.org>
Fri, 20 Feb 2015 14:48:13 +0000 (14:48 +0000)
commit6ac984f8a9f3ce20af42490bafa9db31c19564ae
tree4f79fe7784c0893c947d2ab2f233566bbc7643d0
parent190a54e1776a33d0c12678a2c279640e38df0237
x86/shadow: Cleanup of vcpu handling

There existed some codepaths which had a domain in their hand, but needed a
vcpu to drive the shadow interface.

Now that these interfaces have changed to be domain based, the hoop-jumping
can be removed.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/common.c